home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / biblio / bibtex / utils / bibextract / README < prev   
Text File  |  1992-10-20  |  1KB  |  34 lines

  1. %% /u/sy/beebe/tex/bibextract/README, Wed Oct 21 10:31:39 1992
  2. %% Edit by Nelson H. F. Beebe <beebe@plot79.math.utah.edu>
  3.  
  4. ************************************************************************
  5. *******************This code is in the PUBLIC DOMAIN********************
  6. ************************************************************************
  7.  
  8. This directory, bibextract, contains UNIX shell and awk programs for
  9. extracting citation tags from LaTeX source and .aux files, and for
  10. using those tags to extract bibliography entries from a list of BibTeX
  11. .bib files.
  12.  
  13. "make install" will install the programs citefind and citetags on your
  14. system, together with their documentation.  Examine the BINDIR,
  15. LIBDIR, MANDIR, and MANEXT settings in the Makefile carefully before
  16. doing so; try "make -n install" to see what make would do without
  17. actually doing it.
  18.  
  19. "make uninstall" will remove the programs and their documentation from
  20. the system directories.
  21.  
  22. See the Makefile leading comments for other make targets.
  23.  
  24. Author:
  25.         Nelson H. F. Beebe
  26.         Center for Scientific Computing
  27.         Department of Mathematics
  28.         University of Utah
  29.         Salt Lake City, UT 84112
  30.         USA
  31.         Telephone: +1 801 581 5254
  32.         FAX:       +1 801 581 4148
  33.         Email: beebe@math.utah.edu (Internet)
  34.